Demo Applications Overview
In This Topic
VintaSoft Twain ActiveX contains demo projects which illustrate main features of the ActiveX.
TWAIN Simple Demo
Demonstrates how to acquire images from scanner and preview acquired images.
- Source codes location after installation:
- VB 6.0:
[install_path]\Examples\VB6\TwainSimpleDemo
- Delphi 7:
[install_path]\Examples\Delphi7\TwainSimpleDemo
- Borland C++ Builder 6:
[install_path]\Examples\Builder6\TwainSimpleDemo
- VB .NET, Visual Studio .NET 2008:
[install_path]\Examples\VB.NET\TwainSimpleDemo
- C#, Visual Studio .NET 2008:
[install_path]\Examples\CSharp\TwainSimpleDemo
TWAIN Advanced Demo
Demonstrates how to enumerate devices, get device capabilities, acquire images and save them to a local disk or upload onto HTTP or FTP server.
- Source codes location after installation:
- VB .NET, Visual Studio .NET 2008:
[install_path]\Examples\VB.NET\TwainAdvancedDemo
TWAIN Console Demo
Demonstrates how to acquire images from scanner in console application.
- Source codes location after installation:
- VB .NET, Visual Studio .NET 2008:
[install_path]\Examples\VB.NET\TwainConsoleDemo
MS Access Demo
Demonstrates how to create an orders database in which the acquired documents will be saved to OLE-field of the table or files on local disk.
- Source codes location after installation:
- Microsoft Access 2000:
[install_path]\Examples\Office2000\
Visual Foxpro Demo
Demonstrates how to acquire images and save them into a table of Foxpro database.
- Source codes location after installation:
- Visual Foxpro 9.0:
[install_path]\Examples\VFoxpro9\
Web TWAIN Demo
Demonstrates how to acquire image from scanner, save it to a disk or upload onto HTTP or FTP server.
- Source codes location after installation:
- JavaScript:
[install_path]\Examples\JavaScript\
Open Object REXX Language Demo
Demonstrates how to acquire images and save them to a local disk using Open Object Rexx scripting language.
- Source codes location after installation:
- Open Object Rexx:
[install_path]\Examples\ObjectRexx\
See Also